iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 18
1
AI & Data

大數據與AI研習實作與心得 系列 第 18

Python - NumPy運算 綜合練習

  • 分享至 

  • xImage
  •  

程式:

import numpy as np

name = np.array(["張三","李四","石蓉","龍六"])
gender = np.array(["M","M","F","M"])
height = np.array([172,166,158,189])
weight = np.array([90,78,55,87])
scrore_math = np.array([45,74,88,61])
scrore_chinese = np.array([99,84,98,41])
scrore_english = np.array([66,84,68,31])

print ("班上男生的數學平均")
print (scrore_math[gender=="M"].mean())

結果:

班上男生的數學平均
60.0

https://ithelp.ithome.com.tw/upload/images/20201003/20112100Khs3wsAWTl.png


上一篇
Python - NumPy運算sorting排序
下一篇
Python - pandas簡介
系列文
大數據與AI研習實作與心得 30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言